neighbour$500384$ - définition. Qu'est-ce que neighbour$500384$
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:     

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

Qu'est-ce (qui) est neighbour$500384$ - définition

SPATIAL INTERPOLATION METHOD
Natural neighbour; Natural neighbour interpolation; Natural neighbor

Oliver Neighbour         
Neighbour, Oliver
Oliver Wray Neighbour, FBA (1 April 1923 – 20 January 2015) was a British musicologist and librarian.
Beggar thy neighbour         
ECONOMIC IMPROVEMENT ATTEMPT THAT CAUSES WORSE CONDITIONS FOR OTHER COUNTRIES
Beggar-thy-neighbour; Beggar thy neighbor; Beggar-thy-neighbor
In economics, a beggar-thy-neighbour policy is an economic policy through which one country attempts to remedy its economic problems by means that tend to worsen the economic problems of other countries.
Natural neighbor interpolation         
[neighbor interpolation with Sibson weights. The area of the green circles are the interpolating weights, wi.

Wikipédia

Natural neighbor interpolation

Natural neighbor interpolation is a method of spatial interpolation, developed by Robin Sibson. The method is based on Voronoi tessellation of a discrete set of spatial points. This has advantages over simpler methods of interpolation, such as nearest-neighbor interpolation, in that it provides a smoother approximation to the underlying "true" function.

The basic equation is:

G ( x ) = i = 1 n w i ( x ) f ( x i ) {\displaystyle G(x)=\sum _{i=1}^{n}{w_{i}(x)f(x_{i})}}

where G ( x ) {\displaystyle G(x)} is the estimate at x {\displaystyle x} , w i {\displaystyle w_{i}} are the weights and f ( x i ) {\displaystyle f(x_{i})} are the known data at ( x i ) {\displaystyle (x_{i})} . The weights, w i {\displaystyle w_{i}} , are calculated by finding how much of each of the surrounding areas is "stolen" when inserting x {\displaystyle x} into the tessellation.

Sibson weights
w i ( x ) = A ( x i ) A ( x ) {\displaystyle w_{i}(\mathbf {x} )={\frac {A(\mathbf {x} _{i})}{A(\mathbf {x} )}}}

where A(x) is the volume of the new cell centered in x, and A(xi) is the volume of the intersection between the new cell centered in x and the old cell centered in xi.

Laplace weights
w i ( x ) = l ( x i ) d ( x i ) k = 1 n l ( x k ) d ( x k ) {\displaystyle w_{i}(\mathbf {x} )={\frac {\frac {l(\mathbf {x} _{i})}{d(\mathbf {x} _{i})}}{\sum _{k=1}^{n}{\frac {l(\mathbf {x} _{k})}{d(\mathbf {x} _{k})}}}}}

where l(xi) is the measure of the interface between the cells linked to x and xi in the Voronoi diagram (length in 2D, surface in 3D) and d(xi), the distance between x and xi.